Skip to main content

DescribeSasAssetStatisticsColumn

Description

Call the DescribeSasAssetStatisticsColumn to query the asset information of the displayed columns in the asset center server list, including server information, tags, VPC, operating system, region, etc.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSasAssetStatisticsColumn

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringFA04081D-25A1-486C-822A-61108E85B3BDthe unique identifier generated by alibaba cloud for this request.
StatisticsColumnstringServerInfo,tag,vpc, OS ,regiondisplay column information in the asset center server list. the displayed column in this list shows the items selected in the server list display column settings, including the items selected by the system by default and the items you customize.

Example

Successful Response example

{
"RequestId":"FA04081D-25A1-486C-822A-61108E85B3BD",
"StatisticsColumn":"ServerInfo,
tag,
vpc,
OS ,
region"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}